internal/runtime/maps.table.uncheckedPutSlot (method)

4 uses

	internal/runtime/maps (current package)
		map.go#L629: 		tab.uncheckedPutSlot(typ, hash, key, elem)
		table.go#L381: func (t *table) uncheckedPutSlot(typ *abi.SwissMapType, hash uintptr, key, elem unsafe.Pointer) {
		table.go#L1188: 			newTable.uncheckedPutSlot(typ, hash, key, elem)
		table.go#L1224: 				newTable.uncheckedPutSlot(typ, hash, key, elem)